Welcome![Sign In][Sign Up]
Location:
Search - yuv rgb .c

Search list

[Multimedia DevelopPickard - color selector _src

Description: Hot features: Spectrum color picker, Screen magnifier, Eyedropper, Multple color spaces support (RGB, HSL, CMY, YUV), Multiple color string support (HTML, C++, Delphi, VisualBasic).
Platform: | Size: 112640 | Author: 枫之影 | Hits:

[Multimedia programyvutorgb

Description: convert yuv format to rgb format-convert yuv format to format rgb
Platform: | Size: 325632 | Author: HZheng | Hits:

[Graph programHthDip

Description: 数字图像处理实验vc源码,有RGB转换为YUV灰度图像,图像的直方图及中值滤波-digital image processing experiments vc source, RGB to YUV gray image, image histogram and median filtering
Platform: | Size: 4281344 | Author: llx | Hits:

[Multimedia programrgb2yuv422420

Description: RGB转换到YUV4:2:2,4:2:0的程序. 需要把RGB图片放到C:\\目录下. 在这里YUV是 先write所有的Y,然后写所有的U,最后写所有的V.-RGB to YUV4 : 2:2,4:2:0 procedures. Need RGB images into C : \ \ directory. YUV here is first of all write Y and then write all the U, Finally write all the V.
Platform: | Size: 2048 | Author: 朴燕姬 | Hits:

[Multimedia programrgbtoyuv444

Description: RGB转换到YUV4:4:4的程序. 在这里YUV的格式是先写入所有的Y,然后所有的U,然后所有的V. 要把RGB图片放到C盘里. -RGB to YUV4 : Always procedures. Here YUV format is to write all the Y, Then all of U, then all the V. should RGB images into C tray.
Platform: | Size: 1024 | Author: 朴燕姬 | Hits:

[Special EffectsTI_DSP_IMAGE_DEV

Description: TI DM642开发的实用程序: 包括:YUV视频格式转换成RGB格式C版本程序、ASM版本程序以及有关中值滤波的C程序; 相当有用!
Platform: | Size: 16384 | Author: 陆小锋 | Hits:

[Special EffectsRGB2YUV

Description: RGB转YUV程序 RGB转YUV程序-RGB to YUV to YUV procedures procedures RGB
Platform: | Size: 2048 | Author: | Hits:

[Special Effectsjpeg_C_orign

Description: jpeg编码工程(YUV2RGB) 文件中含有说明文件,保证可以使用-jpeg encoding works (YUV2RGB) file contains the documentation to ensure that you can use
Platform: | Size: 275456 | Author: zhoubo | Hits:

[Picture ViewerRGB2YCbCr

Description: color space converter,from RGB to YUV. that is c code-color space converter, from RGB to YUV.that is c code
Platform: | Size: 1024 | Author: 馬旧 | Hits:

[GDI-Bitmaprgb2yuv420

Description: 可将一组BMP图像转换为一个yuv420序列,已编译通过-One group can be converted to a BMP image YUV420 sequence, has been compiled through
Platform: | Size: 1827840 | Author: sunjing | Hits:

[GDI-Bitmaprgb_to_yuv

Description: convert all rgb image in a single folder to yuv file
Platform: | Size: 11264 | Author: lauwah | Hits:

[Picture Viewerjpegshow

Description: 可读取JPEG图像并显示在界面上,并获取RGB值,用于图像处理。-Can read and display JPEG images up at the interface and access to RGB value for the image processing.
Platform: | Size: 238592 | Author: 罗华 | Hits:

[Special Effectscolorspacezhuanhuan

Description: RGB,YCbCr,HSV,HSL,CIE等颜色空间转换 这个Matlab程序用于颜色空间的转换。可以在RGB, YPbPr, YCbCr, YUV, YIQ, YDbDr, JPEG-YCbCr, HSV, HSL, XYZ, CIE Lab (CIELAB), CIE Luv (CIELUV), and CIE Lch (CIELCH)等颜色空间中任意转换。-B = colorspace( dest<-src , A) converts image A from color space src to color space dest . Example: B = colorspace( HSV<-RGB ,A) Convert image A from RGB to HSV C = colorspace( YCbCr<-HSV ,B) Convert HSV to YCbCr D = colorspace( RGB<-YCbCr ,C) Convert YCbCr back to RGB
Platform: | Size: 4096 | Author: 李佳航 | Hits:

[VC/MFCcodes

Description: convert RGB to YUV in C++, codes are well commented, should be fairly easy to understand
Platform: | Size: 2598912 | Author: jeff | Hits:

[Windows CErgb2yuv_0k

Description: wince 中汇编语言实现RGB转yuv。 由于C的实现效率很低,所以改用汇编效率大大提高,原来转换480*272的rgb16数据c实现需要28ms,使用汇编实现只用14ms -wince in assembly language RGB switch yuv. As the C implementation of the efficiency is very low, so switch assembly efficiency is improved, the original conversion 480* 272 rgb16 data c implementation requires 28ms, 14ms in assembly to achieve only
Platform: | Size: 27648 | Author: 胡冰 | Hits:

[Special EffectsRGB-transform-YUV

Description: * 程序名称:RGB2YUV.C * 功 能:将位图文件的RGB格式转换成YUV格式,结果以二进制文件 * 存储。注意:1、原文件是24位位图;2、文件宽度 * 输 入:icon.bmp * 输 出:icon_array -* Program Name: RGB2YUV.C* function: RGB bitmap file format into YUV format, the results of the binary file* storage. Note: 1, the original file is 24-bit bitmap 2, file width* Input: icon.bmp* Output: icon_array
Platform: | Size: 522240 | Author: 王赢 | Hits:

[Picture ViewerRGBtoYUV

Description: It s written by C language and it s contain RGB to YUV converter. -It s written by C language and it s contain RGB to YUV converter.
Platform: | Size: 27168768 | Author: Ganzoo | Hits:

[Special EffectsYUV-Viewer

Description: 一款将YUV转RGB的小程序系统c语言源代码-A will turn RGB little program YUV system c source code
Platform: | Size: 2023424 | Author: 周阿雷 | Hits:

[Special Effectsmtest1.c

Description: RGB TO YUV转换原理及代码示例 RGB TO YUV转换原理及代码示例 由于H.264等压缩算法都是在YUV的颜色空间上进行的,所有在进行压缩前,首先要进行颜色空间的转换。如果摄像头采集的资源是RGB的,那么首先要转换成YUV,如果是YUV的,那么要根据压缩器具体支持的YUV格式做数据的重排。本文以RGB24àYUV420(YV12)为例,讲解颜色空间转换的原理。-RGB TO YUV conversion principle and code examples RGB TO YUV conversion principle and code examples H.264 compression algorithms are performed in the YUV color space, all during compression, we must first color space conversion. The camera acquisition resources RGB, then we must first convert YUV, if YUV, then to the rearrangement of the data according to the the compressor specific support YUV format. In this paper, for example, to explain the principles of color space conversion RGB24YUV420 (YV12).
Platform: | Size: 3072 | Author: zhaoxinyue | Hits:

[Picture Viewerrgb2yuv

Description: RGB文件转到YUV格式 C语言源代码 比较适合初学者-transfer the RGB file to YUV
Platform: | Size: 12288 | Author: bingruo | Hits:
« 12 3 »

CodeBus www.codebus.net